Remove -dbg package, rely on automatic dbgsym packages instead
authorSimon McVittie <smcv@debian.org>
Wed, 27 Jan 2016 12:04:58 +0000 (13:04 +0100)
committerSimon McVittie <smcv@debian.org>
Wed, 27 Jan 2016 12:04:58 +0000 (13:04 +0100)
debian/changelog
debian/control
debian/rules

index 0215b3f98fbb37d36bd67da3d9de273a7750d86b..9564a2ccdb260e50db0a42c0b39fab248613143c 100644 (file)
@@ -1,3 +1,9 @@
+ostree (2016.1-1) UNRELEASED; urgency=medium
+
+  * Remove -dbg package, rely on automatic dbgsym packages instead
+
+ -- Simon McVittie <smcv@debian.org>  Wed, 27 Jan 2016 13:04:34 +0100
+
 ostree (2016.1-alexlarsson1~wily1) wily; urgency=medium
 
   * New upstream release
index be29806037d314768b9c116f351cefd9418da8da..77767914bc73c4c306870c1c14c0528bb507282d 100644 (file)
@@ -90,13 +90,3 @@ Depends:
  grub2
 Description: GRUB 2 configuration for ostree
  Configuration snippets for using ostree with GRUB 2.
-
-Package: ostree-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends:
- ${misc:Depends},
- libostree-1-1 (= ${binary:Version})
-Description: debugging symbols for libostree-1-1
- This package contains the debugging symbols for libostree-1-1.
index 71c311bf6184febce34a5423f0b78d4a6306248f..9f993af67825dc310c6cb9162a1ccf73c9bf2aff 100755 (executable)
@@ -17,8 +17,5 @@ override_dh_auto_configure:
                --enable-gtk-doc \
                --with-dracut \
                --with-grub2 \
-               --with-systemdsystemunitdir=/lib/systemd/system
-
-override_dh_strip:
-       dh_strip -postree --dbg-package=ostree-dbg
-       dh_strip -plibostree-1-1 --dbg-package=ostree-dbg
+               --with-systemdsystemunitdir=/lib/systemd/system \
+               $(NULL)